From: YAMAMOTO Mitsuharu Date: Thu, 23 Aug 2007 08:43:43 +0000 (+0000) Subject: Check librsvg2 also for Mac Carbon. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17017 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8d429c4402f0e340c81ded7e2a8db3646933365d;p=emacs.git Check librsvg2 also for Mac Carbon. --- diff --git a/configure.in b/configure.in index 4516cf00d6f..6c3f41264b1 100644 --- a/configure.in +++ b/configure.in @@ -2126,7 +2126,7 @@ fi ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. HAVE_RSVG=no -if test "${HAVE_X11}" = "yes"; then +if test "${HAVE_X11}" = "yes" || test "${HAVE_CARBON}" = "yes"; then if test "${with_rsvg}" != "no"; then dnl Check if `--with-pkg-config-prog' has been given. if test "X${with_pkg_config_prog}" != X; then